object EvalForm: TEvalForm Left = 306 Top = 185 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsNone Caption = 'PowerArchiver 2004' ClientHeight = 295 ClientWidth = 444 Color = clWhite ParentFont = True KeyPreview = True OldCreateOrder = True Scaled = False OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image2: TImage Left = 0 Top = 0 Width = 444 Height = 295 AutoSize = True end object Image3: TImage Left = 0 Top = 0 Width = 444 Height = 295 AutoSize = True Picture.Data = {} end object Image1: TImage Left = 206 Top = 229 Width = 229 Height = 21 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 207 Top = 211 Width = 57 Height = 13 Caption = 'Days used: ' Transparent = True end object Label2: TLabel Left = 268 Top = 211 Width = 25 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '17' Transparent = True end object Label3: TLabel Left = 297 Top = 211 Width = 52 Height = 13 Caption = '(out of 30)' Transparent = True end object Label4: TLabel Left = 16 Top = 130 Width = 241 Height = 65 AutoSize = False Caption = 'Label4' Transparent = True end object Label5: TLabel Left = 16 Top = 130 Width = 260 Height = 65 AutoSize = False Caption = 'Label4' Transparent = True end object CorelButton2: TButton Left = 10 Top = 260 Width = 182 Height = 25 Caption = '&Ordering Information...' TabOrder = 1 OnClick = CorelButton2Click end object CorelButton5: TButton Left = 10 Top = 227 Width = 182 Height = 25 Caption = 'Enter &Registration Code...' TabOrder = 0 OnClick = CorelButton5Click end object CorelButton3: TButton Left = 206 Top = 260 Width = 109 Height = 25 Caption = 'I &Agree' TabOrder = 2 OnClick = CorelButton3Click end object CorelButton4: TButton Left = 326 Top = 260 Width = 109 Height = 25 Caption = '&Quit' TabOrder = 3 OnClick = CorelButton4Click end object ProgressBar1: TProgressBar Left = 206 Top = 229 Width = 229 Height = 21 Max = 30 TabOrder = 4 end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 7 Top = 2 end end